projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd40e3
)
(mktime): #undef so that we don't mess up the file name mktime.c.
author
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 18:00:34 +0000
(18:00 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Tue, 3 Sep 1996 18:00:34 +0000
(18:00 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index f4f5f54f467485233a267b73d54582a161f5accf..e91cd9570fe1c84593b9a450c21a0a7977e94db9 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-66,6
+66,11
@@
SHELL=/bin/sh
#undef alloca
#endif
+/* Don't let the file name mktime.c get messed up. */
+#ifdef mktime
+#undef mktime
+#endif
+
/* Use HAVE_X11 as an alias for X11 in this file
to avoid problems with X11 as a subdirectory name
in -I and other such options which pass through this file. */